home *** CD-ROM | disk | FTP | other *** search
/ Robotics & Artificial Int…3 (Professional Edition) / Robotics & Artificial Intelligence Tools 2003 (Professional Edition).iso / neural network tool and application / nsinstall.exe / data1.cab / InteractiveBook_Files / Examples / Chapter1 / R-value / change weight.nsm < prev    next >
Encoding:
Text File  |  2002-03-08  |  130 b   |  6 lines

  1. wt = WeightEditBox.text();
  2. hidden1Synapse.setWeightVariance(0)
  3. hidden1Synapse. setWeightMean(wt)
  4. control. resetNetwork (  )
  5.  
  6.